]> git.gir.st - tmk_keyboard.git/blob - protocol/lufa/LUFA-git/LUFA/CodeTemplates/WindowsINF/LUFA CDC-ACM.inf
Squashed 'tmk_core/' changes from caca2c0..dc0e46e
[tmk_keyboard.git] / protocol / lufa / LUFA-git / LUFA / CodeTemplates / WindowsINF / LUFA CDC-ACM.inf
1 ; Windows LUFA CDC ACM Setup File
2 ; Copyright (c) 2000 Microsoft Corporation
3
4 [DefaultInstall]
5 CopyINF="LUFA CDC-ACM.inf"
6
7 [Version]
8 Signature="$Windows NT$"
9 Class=Ports
10 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
11 Provider=%MFGNAME%
12 DriverVer=7/1/2012,10.0.0.0
13
14 [Manufacturer]
15 %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
16
17 [SourceDisksNames]
18
19 [SourceDisksFiles]
20
21 [DestinationDirs]
22 DefaultDestDir=12
23
24 [DriverInstall]
25 Include=mdmcpq.inf
26 CopyFiles=FakeModemCopyFileSection
27 AddReg=DriverInstall.AddReg
28
29 [DriverInstall.Services]
30 Include=mdmcpq.inf
31 AddService=usbser, 0x00000002, LowerFilter_Service_Inst
32
33 [DriverInstall.AddReg]
34 HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
35
36 ;------------------------------------------------------------------------------
37 ; Vendor and Product ID Definitions
38 ;------------------------------------------------------------------------------
39 ; When developing your USB device, the VID and PID used in the PC side
40 ; application program and the firmware on the microcontroller must match.
41 ; Modify the below line to use your VID and PID. Use the format as shown below.
42 ; Note: One INF file can be used for multiple devices with different VID and PIDs.
43 ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
44 ;------------------------------------------------------------------------------
45 [DeviceList]
46 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
47
48 [DeviceList.NTx86]
49 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
50
51 [DeviceList.NTamd64]
52 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
53
54 [DeviceList.NTia64]
55 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
56
57 ;------------------------------------------------------------------------------
58 ; String Definitions
59 ;------------------------------------------------------------------------------
60 ;Modify these strings to customize your device
61 ;------------------------------------------------------------------------------
62 [Strings]
63 MFGNAME="http://www.lufa-lib.org"
64 DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"
Imprint / Impressum